|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.AbstractCollection<E>
java.util.AbstractSet<E>
org.apache.mina.util.MapBackedSet<E>
org.apache.mina.util.IdentityHashSet<E>
public class IdentityHashSet<E>
An IdentityHashMap-backed Set.
| Field Summary |
|---|
| Fields inherited from class org.apache.mina.util.MapBackedSet |
|---|
map |
| Constructor Summary | |
|---|---|
IdentityHashSet()
|
|
IdentityHashSet(Collection<E> c)
|
|
IdentityHashSet(int expectedMaxSize)
|
|
| Method Summary |
|---|
| Methods inherited from class org.apache.mina.util.MapBackedSet |
|---|
add, clear, contains, iterator, remove, size |
| Methods inherited from class java.util.AbstractSet |
|---|
equals, hashCode, removeAll |
| Methods inherited from class java.util.AbstractCollection |
|---|
addAll, containsAll, isEmpty, retainAll, toArray, toArray, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.Set |
|---|
addAll, containsAll, isEmpty, retainAll, toArray, toArray |
| Constructor Detail |
|---|
public IdentityHashSet()
public IdentityHashSet(int expectedMaxSize)
public IdentityHashSet(Collection<E> c)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||